reveal a defined function in python

30

    import inspect as i
    import sys
    sys.stdout.write(i.getsource(MyFunction))

Comments

Submit
0 Comments